Encompasses all API of component NilkinsLog. More...
Classes | |
class | ConsoleLogger |
A default implementation for a Logger that will log messages within the console. More... | |
class | FileLogger |
Default implementation of a logger outputing the logged information to a file. More... | |
class | Logger |
An interface to make all logging capabilities central. More... | |
class | StringView |
Allows to exchange strings with external code. More... | |
Encompasses all API of component NilkinsLog.
This component centralizes capabilities for logging information. It is used in all other components to log any information that needs to be inspected. Check how a nkLog::Logger has to be implemented. It will be possible to plug it in every component.